PLA Programmable Logic Array - meaning and definition. What is PLA Programmable Logic Array
Diclib.com
ChatGPT AI Dictionary
Enter a word or phrase in any language 👆
Language:

Translation and analysis of words by ChatGPT artificial intelligence

On this page you can get a detailed analysis of a word or phrase, produced by the best artificial intelligence technology to date:

  • how the word is used
  • frequency of use
  • it is used more often in oral or written speech
  • word translation options
  • usage examples (several phrases with translation)
  • etymology

What (who) is PLA Programmable Logic Array - definition

HARDWARE DESCRIPTION LANGUAGE
Programmable Array Logic Assembler
  • counter]]

Generic Array Logic         
  • Lattice]] GAL16V8D-15LJ
TYPE OF DIGITAL CIRCUIT
Programmable electrically erasable logic; Gate Array Logic; Generic array logic
<hardware, integrated circuit> (GAL) A newer kind of Programmable Array Logic based on EEPROM storage cells, been pioneered by Lattice. GALs can be erased and reprogrammed and usually replace a whole set of different PALs (hence the name). (1995-12-09)
Generic array logic         
  • Lattice]] GAL16V8D-15LJ
TYPE OF DIGITAL CIRCUIT
Programmable electrically erasable logic; Gate Array Logic; Generic array logic
The Generic Array Logic (also known as GAL and sometimes as gate array logic) device was an innovation of the PAL and was invented by Lattice Semiconductor. The GAL was an improvement on the PAL because one device type was able to take the place of many PAL device types or could even have functionality not covered by the original range of PAL devices.
field-programmable gate array         
  • Stratix IV]] FPGA from [[Altera]]
  • D-type flip-flop]])
  • A Spartan FPGA from [[Xilinx]]
  • A [[Xilinx]] Zynq-7000 All Programmable System on a Chip
INTEGRATED CIRCUIT DESIGNED TO BE CONFIGURED BY A CUSTOMER OR A DESIGNER AFTER MANUFACTURING
Field programmable gate array; FPGA; FPGAs; Field Programmable Gate Array; Programmable gate array; Fpga; Field programmable logic array; Field-Programmable Gate Array; Programmable Gate Array; Field-programmable gate arrays; FPGA board
<hardware> (FPGA) A gate array where the logic network can be programmed into the device after its manufacture. An FPGA consists of an array of logic elements, either gates or lookup table RAMs, flip-flops and programmable interconnect wiring. Most FPGAs are reprogrammable, since their logic functions and interconnect are defined by RAM cells. The Xilinx LCA, Altera FLEX and AT&T ORCA devices are examples. Others can only be programmed once, by closing "antifuses". These retain their programming permanently. The Actel FPGAs are the leading example of such devices. Atmel FPGAs are currently (July 1997) the only ones in which part of the array can be reprogrammed while other parts are active. As of 1994, FPGAs have logic capacity up to 10K to 20K 2-input-NAND-equivalent gates, up to about 200 I/O pins and can run at clock rates of 50 MHz or more. FPGA designs must be prepared using CAD software tools, usually provided by the chip vendor, to do technology mapping, partitioning and placement, routing, and binary output. The resulting binary can be programmed into a ROM connected to the FPGA or downloaded to the FPGA from a connected computer. In addition to ordinary logic applications, FPGAs have enabled the development of logic emulators. There is also research on using FPGAs as computing devices, taking direct advantage of their reconfigurability into problem-specific hardware processors. Usenet newsgroup: news:comp.arch.fpga. (1997-07-11)

Wikipedia

PALASM

PALASM is an early hardware description language, used to translate Boolean functions and state transition tables into a fuse map for use with Programmable Array Logic (PAL) devices introduced by Monolithic Memories, Inc. (MMI). The language was developed by John Birkner in the early 1980s. It is not case-sensitive.

The PALASM compiler was written by MMI in FORTRAN IV on an IBM 370/168. MMI made the source code available to users at no cost. By 1983, MMI customers ran versions on the DEC PDP-11, Data General NOVA, Hewlett-Packard HP 2100, MDS800 and others. A widely used MS-DOS port was produced by MMI. There was a Windows front-end written sometime later.